home *** CD-ROM | disk | FTP | other *** search
/ So Who's Dr. Rabbit? / SWDR_1.iso / pc / swdrmov / mainmenu.dxr / MainScripts.Int_17_Guide Button.ls < prev    next >
Encoding:
Text File  |  1997-07-28  |  378 b   |  19 lines

  1. global gProgramSettings, gLocationTracker
  2.  
  3. on ClickUp myScript, ButtonObj, ExtraInfo
  4.   MainMenuReleaseHandler(ButtonObj, ExtraInfo)
  5.   GotoLocation(GetLocation(gLocationTracker, #Manager))
  6. end
  7.  
  8. on ClickDown myScript, ButtonObj, ExtraInfo
  9.   updateStage()
  10. end
  11.  
  12. on MovedOver myScript, ButtonObj, ExtraInfo
  13.   nothing()
  14. end
  15.  
  16. on MovedOff myScript, ButtonObj, ExtraInfo
  17.   nothing()
  18. end
  19.